func crypto/tls.curveForCurveID
7 uses
crypto/tls (current package)
handshake_client.go#L149: if _, ok := curveForCurveID(curveID); !ok {
handshake_client_tls13.go#L239: if _, ok := curveForCurveID(curveID); !ok {
handshake_server_tls13.go#L214: if _, ok := curveForCurveID(selectedGroup); !ok {
key_agreement.go#L181: if _, ok := curveForCurveID(curveID); !ok {
key_agreement.go#L296: if _, ok := curveForCurveID(curveID); !ok {
key_schedule.go#L123: curve, ok := curveForCurveID(curveID)
key_schedule.go#L131: func curveForCurveID(id CurveID) (ecdh.Curve, bool) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |